home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
lemonade.swf
/
scripts
/
DefineButton2_83
/
BUTTONCONDACTION on(release, keyPress Enter).as
Wrap
Text File
|
2008-05-19
|
160b
|
11 lines
on(release, keyPress "<Enter>"){
if(total == a * b)
{
gotoAndPlay(23);
}
else if(total != a * b)
{
gotoAndPlay(44);
}
}